home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 5 / X'Tasies 5 - Disc 1.iso / mac / Photo.Dir / 00022.ls < prev    next >
Encoding:
Text File  |  1996-09-02  |  204 b   |  14 lines

  1. global auto_flg
  2.  
  3. on mouseDown
  4.   set the visible of sprite 13 to 0
  5.   updateStage()
  6. end
  7.  
  8. on mouseUp
  9.   set auto_flg to 0
  10.   puppetSound(0)
  11.   go("Hosokawa", "main.dir")
  12.   set the visible of sprite 13 to 1
  13. end
  14.